Welcome![Sign In][Sign Up]
Location:
Search - evc com

Search list

[Windows MobileEVC_sourceCode

Description: 可以在EVC++上运行,全书源代码的彻底全面奉献!吐血推荐!代码经过全面测试,如有问题或意见,请联系我(mosesoft@163.com),大家一起来提高!-EVC can run, full source code thoroughly dedication! Suggest to vomit blood! After a comprehensive test code, if there are questions or comments, please contact me (mosesoft@163.com), everyone will work together to improve!
Platform: | Size: 5479579 | Author: 朱国志 | Hits:

[Other resourcerfid_cf

Description: Evc 开发的,在Pocket PC上运行。通过访问CF卡的Com口去读RFID 标签。-Evc development of the Pocket PC operation. Visit the CF card Com I read RFID tags.
Platform: | Size: 131893 | Author: | Hits:

[Other resourceEVCDemo

Description: 我们项目的一部分,s3c2410 内核,用EVC编写的WinCE应用程序,较好的实现了WinCE系统启动程序自动运行,可靠的串口数据采集、传输、处理,以及模拟表头、模拟数字数码管的数字显示和屏幕实时曲线绘图功能。希望和有此开发项目的朋友共同交流、共同进步。 电话:13849347318 Email:jiny2002@tom.com -our part of the project, s3c2410 kernel, with the preparation of the EVC WinCE application, achieve a better WinCE activated automatically running, reliable serial data collection, transmission, processing, and the simulation table, the number of digital simulation of the digital display and screen real-time curve mapping function. Hope and the development of this project friends share their common progress. Tel : 13849347318 Email : jiny2002@tom.com
Platform: | Size: 2024975 | Author: jiny | Hits:

[Other resourceCOMTEST

Description: ce4.2下测试通过。 evc写的一个串口收发软件。 用于测试串口通讯能力。 功能有待完善,我的EMAIL:tnt_505_cn@qianlong.com-ce4.2 under test. Evc write a serial transceivers software. Used to test serial communications capabilities. Functions to be perfected, I EMAIL : tnt_505_cn@qianlong.com
Platform: | Size: 41077 | Author: 张海 | Hits:

[Windows MobileCEComClient

Description: eVC上的COM编写组件的例子,这是客户端的代码
Platform: | Size: 20912 | Author: tom | Hits:

[Windows MobileCEComServer

Description: eVC上编写COM的例子。这是服务器端的例程代码
Platform: | Size: 26435 | Author: tom | Hits:

[Embeded-SCM DevelopMFC_Com

Description: WINCE MFC COM sample. (from EVC高級編程及其應用開發)
Platform: | Size: 113091 | Author: 劉尚軍 | Hits:

[Other resourceMFC_Com_Client

Description: WINCE MFC COM client sample. (from EVC高級編程及其應用開發)
Platform: | Size: 113681 | Author: 劉尚軍 | Hits:

[Other resourceWinceKeyHookSource

Description: 1.小弟初学EVC,因之前都没学过C++、VC,所以写的比较简单。在此要谢谢驱动开发网的zhoumc 大哥,谢谢他多日来给我耐心的帮助! 2.工程kbhook是放HHOOK处理程序的DLL,winceKBhook是一个对话框程序,用来调用具体的应用程序。 3.因本人目前手上开发板上还没有键盘,所以在对话框上装了个按钮,用keybd_event来发送键盘消息。钩子安装成功之后可多次调用应用程序,但前后两次调用之间要有点时间间隔,大约5秒种,且要把应用程序关掉之后才可继续调用。 4.如有发现程序中有错误,或有更好的方法来实现调用具体的应用程序,欢迎来信告之小弟一声!我的邮箱saint_bxg@126.com。谢谢!
Platform: | Size: 7266 | Author: lzy | Hits:

[ActiveX/DCOM/ATL13EVC_COM

Description: 用EVC开发Wince环境下的COM、DCOM、Activex等组件的程序代码-with EVC development environment Wince COM, DCOM, ActiveX components such as the code
Platform: | Size: 873564 | Author: 巫升华 | Hits:

[Windows CEEVCDemo

Description: 我们项目的一部分,s3c2410 内核,用EVC编写的WinCE应用程序,较好的实现了WinCE系统启动程序自动运行,可靠的串口数据采集、传输、处理,以及模拟表头、模拟数字数码管的数字显示和屏幕实时曲线绘图功能。希望和有此开发项目的朋友共同交流、共同进步。 电话:13849347318 Email:jiny2002@tom.com -our part of the project, s3c2410 kernel, with the preparation of the EVC WinCE application, achieve a better WinCE activated automatically running, reliable serial data collection, transmission, processing, and the simulation table, the number of digital simulation of the digital display and screen real-time curve mapping function. Hope and the development of this project friends share their common progress. Tel : 13849347318 Email : jiny2002@tom.com
Platform: | Size: 2024448 | Author: jiny | Hits:

[Windows MobileCEComClient

Description: eVC上的COM编写组件的例子,这是客户端的代码-eVC prepared on the COM component example, this is the client code
Platform: | Size: 20480 | Author: tom | Hits:

[Windows MobileCEComServer

Description: eVC上编写COM的例子。这是服务器端的例程代码-COM prepared eVC example. This is a server-side code of the routine
Platform: | Size: 26624 | Author: tom | Hits:

[Windows CEWinceKeyHookSource

Description: 1.小弟初学EVC,因之前都没学过C++、VC,所以写的比较简单。在此要谢谢驱动开发网的zhoumc 大哥,谢谢他多日来给我耐心的帮助! 2.工程kbhook是放HHOOK处理程序的DLL,winceKBhook是一个对话框程序,用来调用具体的应用程序。 3.因本人目前手上开发板上还没有键盘,所以在对话框上装了个按钮,用keybd_event来发送键盘消息。钩子安装成功之后可多次调用应用程序,但前后两次调用之间要有点时间间隔,大约5秒种,且要把应用程序关掉之后才可继续调用。 4.如有发现程序中有错误,或有更好的方法来实现调用具体的应用程序,欢迎来信告之小弟一声!我的邮箱saint_bxg@126.com。谢谢!
Platform: | Size: 7168 | Author: lzy | Hits:

[Windows CECEtty

Description: wince 串口调试程序 EVC4.0-wince serial debugger EVC4.0
Platform: | Size: 15360 | Author: yinhao | Hits:

[OS programMFC_Com

Description: EVC源代码,com对象编程应用,MFC创建com实例程序 -com
Platform: | Size: 2980864 | Author: yw | Hits:

[Embeded-SCM DevelopLoadPngImage

Description: EVC下,用com组件iiamge技术,显示png格式等图-EVC, the use of com components iiamge technology, such as map display png format
Platform: | Size: 5675008 | Author: 叶观平 | Hits:

[Embeded-SCM DevelopEVChigh-levelprogrammingandapplication

Description: 本书详细介绍了evc编程环境、evc应用编程包括界面编程、串口通信、网络、数据库注册表、动态链接库和com接口,里面有大量的实例源码,是一本嵌入式vc编程入门的好书-This book details the evc programming environment, evc, including application programming interface for programming, serial communication, network, database, registry, dynamic link libraries and com interfaces, which a large number of examples of source code, is an embedded vc Getting Started Programming books
Platform: | Size: 22692864 | Author: yu | Hits:

[Windows CEmediaplayer

Description: 这是一个wince下简单的多媒体程序,使用evc和平台SDK编写多媒体播放演示程序,利用Directx图形接口来完成绘图任务,利用COM组件开发方法。-This is a simple multimedia programs under wince, using evc and platform media player SDK demo written using Directx graphics interface to complete the drawing tasks, the use of COM component development method.
Platform: | Size: 27648 | Author: liao | Hits:

[Windows CEEmbedded-Visual-CPP

Description: 深入浅出地讲述了EINCE开发的重点和难点问题,包括EINCE及EVC概述、图形编程、对话框控件、进程、线程、文件和注册表、EINCE基础数据库编程、EINCE扩展数据库编程、通讯编程、UDP和PING编程、TCP编程、DLL编程、COM编程。-In layman' s language about EINCE develop the important and difficult issues, including EINCE and EVC outlined, graphics programming, dialog controls, processes, threads, files, and registry, EINCE based database programming, EINCE expanded database programming, communications programming, UDP and PING programming, TCP programming, DLL programming, COM programming.
Platform: | Size: 22690816 | Author: 董鑫 | Hits:
« 1 2»

CodeBus www.codebus.net